All public logs
Jump to navigation
Jump to search
Combined display of all available logs of 22126. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:03, 20 November 2025 Mick talk contribs created page Advanced UNIX and Pipes (Created page with "== Advanced UNIX and Pipes == This page covers standard input/output streams, redirection, pipes, file descriptors, and examples using Python scripts. These concepts are extremely useful in NGS analysis (e.g., chaining commands together, avoiding intermediate files, streaming FASTQ/BAM data, etc.). === stdout, stdin, stderr === Every UNIX command uses three data streams: * '''stdin''' (file descriptor 0) – input * '''stdout''' (file descriptor 1) – normal output...")
- 10:02, 20 November 2025 Mick talk contribs created page Basic UNIX notes (Created page with "=== Introduction to UNIX === UNIX refers to a family of multitasking, multi-user operating systems that originated from AT&T Unix (Bell Labs, 1969). Many modern operating systems are UNIX-like and inherit its core principles of stability, flexibility, and powerful command-line tools. Although UNIX may appear complex at first, it is essential in bioinformatics and NGS analysis. Most tools you will use in this course (and in real research) run exclusively on the command l...")
- 15:43, 19 November 2025 Mick talk contribs created page Unix Exercises (Created page with "__NOTOC__ {| width=500 style="font-size: 10px; float:right; margin-left: 10px; margin-top: -56px;" |Previous: None |Next: Python Recap and Objects |} You did complete the Course preparation, right? Otherwise, all of this will fail. == Required course material for the lesson == PowerPoint: [https://teaching.healthtech.dtu.dk/material/22113/22113_01-Unix.ppt Introduction to Unix] The videos are not entirely in sync with the updated PowerPoint. Video: [https:...")
- 09:23, 19 November 2025 Mick talk contribs created page Program 2026 (Created page with " '''NOTE: THIS PAGE IS UNDER CONSTRUCTION WITH A NEW TEACHER IN 2026''' '''REMEMBER TO BRING A LAPTOP FOR EXERCISES''' Lectures will be in person in building [https://maps.app.goo.gl/wH5EW199wrChCmWK7 341] in auditorium 23. <!-- Lectures and exercises will take place on Discord (https://discord.gg/FBb2edFW). Please register with your full name. Will use Discord for online classes and collaboration with your project partners. --> The course has two main parts, the...")