Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
add genome quality columns in the default query
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoo committed Apr 4, 2019
1 parent 33719c0 commit ac9b754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genome/conf/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<str name="spellcheck.dictionary">default</str>
<str name="spellcheck.count">1</str>
<str name="q.op">AND</str>
<str name="fl">taxon_lineage_ids,collection_date,collection_year,habitat,genome_id,genome_name,other_typing,body_sample_site,contigs,patric_cds,publication,genome_status,isolation_site,temperature_range,isolation_country,common_name,order,longitude,strain,chromosomes,biovar,biosample_accession,isolation_comments,cell_shape,p2_genome_id,genbank_accessions,culture_collection,refseq_accessions,genus,antimicrobial_resistance_evidence,organism_name,additional_metadata,altitude,sequencing_platform,host_gender,latitude,refseq_cds,other_clinical,sra_accession,body_sample_subsite,genome_length,public,owner,user_read,user_write,reference_genome,oxygen_requirement,taxon_lineage_names,gram_stain,gc_content,antimicrobial_resistance,class,pathovar,sporulation,document_type,ncbi_project_id,owner,sequencing_depth,salinity,optimal_temperature,comments,disease,geographic_location,taxon_id,plasmids,kingdom,assembly_method,sequencing_centers,host_age,phylum,depth,mlst,species,assembly_accession,host_health,serovar,motility,refseq_project_id,type_strain,completion_date,sequencing_status,family,bioproject_accession,host_name,isolation_source,date_inserted,date_modified</str>
<str name="fl">taxon_lineage_ids,collection_date,collection_year,habitat,genome_id,genome_name,other_typing,body_sample_site,contigs,patric_cds,publication,genome_status,isolation_site,temperature_range,isolation_country,common_name,order,longitude,strain,chromosomes,biovar,biosample_accession,isolation_comments,cell_shape,p2_genome_id,genbank_accessions,culture_collection,refseq_accessions,genus,antimicrobial_resistance_evidence,organism_name,additional_metadata,altitude,sequencing_platform,host_gender,latitude,refseq_cds,other_clinical,sra_accession,body_sample_subsite,genome_length,public,owner,user_read,user_write,reference_genome,oxygen_requirement,taxon_lineage_names,gram_stain,gc_content,antimicrobial_resistance,class,pathovar,sporulation,document_type,ncbi_project_id,owner,sequencing_depth,salinity,optimal_temperature,comments,disease,geographic_location,taxon_id,plasmids,kingdom,assembly_method,sequencing_centers,host_age,phylum,depth,mlst,species,assembly_accession,host_health,serovar,motility,refseq_project_id,type_strain,completion_date,sequencing_status,family,bioproject_accession,host_name,isolation_source,date_inserted,coarse_consistency,fine_consistency,checkm_completeness,checkm_contamination,genome_quality_flags,genome_quality,date_modified</str>
</lst>
</requestHandler>

Expand Down

0 comments on commit ac9b754

Please sign in to comment.