Ruitulyu / KAS-Analyzer

New computational framework to process and analyze KAS-seq and spKAS-seq data.
MIT License
10 stars 4 forks source link

Peakscalling documentation is incorrect #12

Closed ecroot closed 12 months ago

ecroot commented 12 months ago

Describe the bug The README file (https://github.com/Ruitulyu/KAS-Analyzer/blob/main/README.md) documents use of the -t argument for input in peakscalling, but it is not valid (running peakscalling with the -t option causes the error 'illegal option -t').

The documentation at https://ruitulyu.github.io/KAS-Analyzer/ correctly documents the use of -k for input files. However, it does not document calling peaks individually (only for replicates), despite the fact that individual peaks files are required by other steps of the tool.

To Reproduce see the section 'call KAS-seq peaks with KAS-seq data individually' at https://github.com/Ruitulyu/KAS-Analyzer/blob/main/README.md , and the section 'peakscalling' at https://ruitulyu.github.io/KAS-Analyzer/

Expected behavior Correct, complete documentation of the command in all locations

Ruitulyu commented 12 months ago

Thanks! The -t arguments in script and documentation have been corrected. Best, Ruitu

On Mon, Nov 27, 2023 at 8:36 AM E Croot @.***> wrote:

Describe the bug The README file ( https://github.com/Ruitulyu/KAS-Analyzer/blob/main/README.md) documents use of the -t argument for input in peakscalling, but it is not valid (running peakscalling with the -t option causes the error 'illegal option -t').

The documentation at https://ruitulyu.github.io/KAS-Analyzer/ correctly documents the use of -k for input files. However, it does not document calling peaks individually (only for replicates), despite the fact that individual peaks files are required by other steps of the tool.

To Reproduce see the section 'call KAS-seq peaks with KAS-seq data individually' at https://github.com/Ruitulyu/KAS-Analyzer/blob/main/README.md , and the section 'peakscalling' at https://ruitulyu.github.io/KAS-Analyzer/

Expected behavior Correct, complete documentation of the command in all locations

— Reply to this email directly, view it on GitHub https://github.com/Ruitulyu/KAS-Analyzer/issues/12, or unsubscribe https://github.com/notifications/unsubscribe-auth/APDPVGHYMSV32ZXAQNNQMFLYGSQPTAVCNFSM6AAAAAA74EMHAGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAYTENBRHE3TSOI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Nutricula, based in Chicago.

ecroot commented 12 months ago

Thanks!