BIMSBbioinfo / pigx_sars-cov-2

PiGx SARS-CoV-2 wastewater sequencing pipeline
GNU General Public License v3.0
18 stars 3 forks source link

documentation refinement suggestions #51

Open vicfabienne opened 3 years ago

vicfabienne commented 3 years ago

210604_documentation_feedback.md

Introduciotn

"of all reads which are not aligned to SARS-CoV-2." counter intutive formulation - "unaligned reads" would be more clear

Workflow

Output

Installation

Getting started

Preparing the input

-[ ] ! double check and state if there are still any restirictions on the name of the read files (e.g. nothing allowed between _R1.fastq)

Pipeline help

Prepare databases

rekado commented 3 years ago

This is a weird format for discussing changes :-/

Anyway, here are some comments:

Only on the MDC NFS server. It can also take days, though, if you choose to build everything from source (including compiler toolchains). So I'd prefer not to mention time at all.

No. We are unsetting the prompt variable. This is the default prompt of Bash. It's not unusual, it's just unconfigured. Mentioning that environment variables are unset with --pure is sufficient.

It no longer fails because we include diffutils.

No, users can use whatever tools they want. We only restrict the environment for development, so that we don't accidentally depend on tools at runtime that are not part of the reproducible environment. Users can set PATH to whatever value they want (it's just reset like all the other variables because of --pure), or they can use the absolute file name of whatever executable they want to use.

No, see above. Use absolute file names.