Skip to content
  • View menu
  • View sidebar

bioinfo core

Index & solution of bioInfo utilities

  • Home
  • All entries
  • Blogs
  • Contact
  • About

Categories

  • Between languages (7)
  • Blogs (8)
  • Python (35)
  • R (1)
  • Unix (37)

Tags

bedfile Blogs conda Excel html numpy Pandas Python R slurm Unix
06/02/202010/21/2021 by bioinfocore

Run Unix commands in python

  • Between languages, Python, Unix
  • Python, Unix

To run Unix command in python:

import os
os.system('your unix code')
os.system('ls')

Source:
https://code.tutsplus.com/articles/how-to-run-unix-commands-in-your-python-program–cms-25926

Post navigation

← Previous Post Python Pandas remove rows with the same index
Next Post → Liftover bigwig files
Copyright 2022 | by bioinfocore