ecoevo.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Dedicated to Ecology and Evolution. We welcome academics, students, industry scientists, folks from other fields with links to E&E, scientific societies, and nature enthusiasts in general.

Administered by:

Server stats:

567
active users

Ben Fulton

TIL: When Picard tools spill to disk, they write temporary files to the system's default temporary directory, which is typically tmp on Linux systems. However, you can control where Picard writes temporary files by specifying the `TMP_DIR` option. For example:

If you are running Picard on a system with limited space in tmp, it is a good idea to set `TMP_DIR` to a directory with sufficient space, such as a scratch directory (`$WORKSPACE` in your case).