MCPcopy Create free account
hub / github.com/OpenGene/fastp / run_command

Function run_command

parallel.py:155–158  ·  view source on GitHub ↗
(command)

Source from the content-addressed store, hash-verified

153 print(future.result())
154
155def run_command(command):
156 print("Running command: " + command)
157 result = subprocess.run(command, shell=True, capture_output=True, text=True)
158 return result.stdout
159
160def generate_summary_html(report_dir, fastp_cmd=None):
161 # Get fastp version from JSON files

Callers

nothing calls this directly

Calls 1

runMethod · 0.80

Tested by

no test coverage detected