mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-15 03:01:00 +08:00
Since 0.6.0, ruff checks also Jupyter notebook files by default: https://astral.sh/blog/ruff-v0.6.0
2.9 KiB
2.9 KiB
In [12]:
get(1) # noqa: F821Out [12]:
'/import/1'
In [13]:
!grep chr6 /import/1chr6_hla_hap2 0 150
In [14]:
!echo "Hello World" > /tmp/cowIn [15]:
put("/tmp/cow") # noqa: F821In [16]:
!ls /import1 [2] 1.txt.gg ipython_galaxy_notebook.ipynb
In [17]:
put("/import/ipython_galaxy_notebook.ipynb") # noqa: F821In [ ]: