MantisBT - Rosetta
View Issue Details
0000262Rosetta[All Projects] Input Handlingpublic2013-05-01 11:092013-05-01 11:09
nannemdp 
smlewis 
normalminoralways
assignedopen 
X86LinuxCentOS
Trunk 
 
format_converter, score_jd2, probably all other jd2 apps
rosetta_source/bin/format_converter.default.linuxgccrelease -database rosetta_database -no_optH -in:file:silent SILENT.silent.gz -out:pdb -out:no_nstruct_label
0000262: only first model read from gzipped silent files
The job distributor is only reading the first model of gzipped silent files, using in:file:silent SILENT.silent.gz. Unzipping the silent file and reading again will read all the models in the silent file. This was observed with both the format_converter and score_jd2.
Create a multi-model gzipped silent file.
Unsuccessfully extract models with format_converter:
rosetta_source/bin/format_converter.default.linuxgccrelease -database rosetta_database -no_optH -in:file:silent SILENT.silent.gz -out:pdb -out:no_nstruct_label
Unzip silent file
Successfully extract models with format_converter:
rosetta_source/bin/format_converter.default.linuxgccrelease -database rosetta_database -no_optH -in:file:silent SILENT.silent -out:pdb -out:no_nstruct_label
No tags attached.
Issue History
2013-05-01 11:09nannemdpNew Issue
2013-05-01 11:09nannemdpStatusnew => assigned
2013-05-01 11:09nannemdpAssigned To => smlewis

There are no notes attached to this issue.