54ca329617d504d886a65fe8433949db5df00db7,atlas/report/qc_report.py,,,#,97
Before Change
raise IndexError()
////// Combined report
Footer = \
An internet connection is required to vizualize the interactive figures.
Combined_report = \
////////////////////////////////////////////////////////
ATLAS quality control report
////////////////////////////////////////////////////////
+ Report_numbers + Report_read_quality_raw + Report_read_quality_qc + Footer
report(Combined_report, report_out, stylesheet=stylesheet, **report_params)
// remove ref directory which stores the genome used for _decontamination
if os.path.exists("ref"):
shutil.rmtree("ref")
After Change
else:
raise IndexError()
report_str =
.. raw:: html
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
=============================================================
ATLAS_ - QC Summary
=============================================================
.. _ATLAS: https://github.com/pnnl/atlas
.. contents::
:backlinks: none
Summary
-------
Downloads
---------
report(
report_str,
report_out,
Table_1=combined_stats,
stylesheet=os.path.join(
os.path.abspath(os.path.dirname(__file__)), "report.css"
),
)
if __name__ == "__main__":
p = argparse.ArgumentParser()
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 7
Instances
Project Name: metagenome-atlas/atlas
Commit Name: 54ca329617d504d886a65fe8433949db5df00db7
Time: 2018-04-05
Author: SilasK@users.noreply.github.com
File Name: atlas/report/qc_report.py
Class Name:
Method Name:
Project Name: facebookresearch/Horizon
Commit Name: 4d68a1e4435dfeb5884093aa91a33e1b34a909cc
Time: 2019-02-13
Author: kittipat@fb.com
File Name: ml/rl/training/_dqn_trainer.py
Class Name: _DQNTrainer
Method Name: train
Project Name: ray-project/ray
Commit Name: b71c912da70e307ff1a9f07c7ca277a727306126
Time: 2020-07-05
Author: rliaw@berkeley.edu
File Name: python/ray/tune/examples/mlflow_example.py
Class Name:
Method Name: easy_objective