Code Monkey home page Code Monkey logo

curare's People

Contributors

cblume avatar pblumenkamp avatar r-mllr avatar sjaenick avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

pfistermaxjlu

curare's Issues

Werden die ungemappten reads weggeschmissen? [REPLACEMENT ISSUE]

The original issue

Id: 22
Title: Werden die ungemappten reads weggeschmissen?

could not be created.
This is a dummy issue, replacing the original one. It contains everything but the original issue description. In case the gitlab repository is still existing, visit the following link to show the original issue:

TODO

[DESeq2] Empty first page in correlation heat map [REPLACEMENT ISSUE]

The original issue

Id: 26
Title: [DESeq2] Empty first page in correlation heat map

could not be created.
This is a dummy issue, replacing the original one. It contains everything but the original issue description. In case the gitlab repository is still existing, visit the following link to show the original issue:

TODO

readxplorer will relativen pfad haben. hier möglicher workaround [REPLACEMENT ISSUE]

The original issue

Id: 23
Title: readxplorer will relativen pfad haben. hier möglicher workaround

could not be created.
This is a dummy issue, replacing the original one. It contains everything but the original issue description. In case the gitlab repository is still existing, visit the following link to show the original issue:

TODO

Sample name must not end with '_unmapped.bam' [REPLACEMENT ISSUE]

The original issue

Id: 30
Title: Sample name must not end with '_unmapped.bam'

could not be created.
This is a dummy issue, replacing the original one. It contains everything but the original issue description. In case the gitlab repository is still existing, visit the following link to show the original issue:

TODO

unzip module [REPLACEMENT ISSUE]

The original issue

Id: 19
Title: unzip module

could not be created.
This is a dummy issue, replacing the original one. It contains everything but the original issue description. In case the gitlab repository is still existing, visit the following link to show the original issue:

TODO

Bug or Feature: Screaming Files [REPLACEMENT ISSUE]

The original issue

Id: 11
Title: Bug or Feature: Screaming Files

could not be created.
This is a dummy issue, replacing the original one. It contains everything but the original issue description. In case the gitlab repository is still existing, visit the following link to show the original issue:

TODO

tests/resources/run.sh falscher Zugriff auf Array [REPLACEMENT ISSUE]

The original issue

Id: 35
Title: tests/resources/run.sh falscher Zugriff auf Array

could not be created.
This is a dummy issue, replacing the original one. It contains everything but the original issue description. In case the gitlab repository is still existing, visit the following link to show the original issue:

TODO

add ReadXplorer rule [REPLACEMENT ISSUE]

The original issue

Id: 1
Title: add ReadXplorer rule

could not be created.
This is a dummy issue, replacing the original one. It contains everything but the original issue description. In case the gitlab repository is still existing, visit the following link to show the original issue:

TODO

module attachements

In GitLab by @[email protected] on Apr 23, 2018, 11:48

A module should have the possibility to have library files or scripts which have to be copied to the results folder too.

Sammlung aller Bowtie2 stats

In GitLab by @rmueller on Jun 14, 2018, 11:32

for i in `ls ../../*/*/analysis/*/mapping/logs/bowtie2_mapping.*.log`; do
  echo -n $i" " >> tmp/mappings.log
  tail -n+2 $i | sed -e 's/^[^0-9]*\([0-9]\{1,\}\) (\([0-9.]\{1,\}\)%).*/\1\t\2/' | sed -e 's/^\(.*\)%.*$/\1/' | tr '\n' '\t' | sed -e 's/\t$//' >> tmp/mappings.log
  echo >> tmp/mappings.log
done

YAML loader is deprecated [REPLACEMENT ISSUE]

The original issue

Id: 32
Title: YAML loader is deprecated

could not be created.
This is a dummy issue, replacing the original one. It contains everything but the original issue description. In case the gitlab repository is still existing, visit the following link to show the original issue:

TODO

Conda integration - [merged]

In GitLab by @cblume on Oct 15, 2019, 15:06

Merges conda_integration -> development

Conda-Integration vollständig. Tests laufen alle durch und brechen, wie zu erwarten, erst bei readexplorer ab.

Segemehl module - [merged]

In GitLab by @cblume on Oct 17, 2019, 12:21

Merges segemehl_module -> development

Segemehl-Modul läuft bei mir, wie gehabt, durch bis readexplorer.
Auch die Konvertierung zu TSV ist bereits vorhanden und ein Excel-Sheet wird ebenfalls erstellt. Allerdings sollte da nachgeschaut werden, ob das Ergebnis so ausreichend ist.

Requirements

In GitLab by @[email protected] on Apr 11, 2018, 16:51

Create a requirements file.

Current known requirements:

  • Minimal:

    • python3 (Version 3.5 or 3.6 must be tested)
    • Python packages
      • yaml
    • snakemake
  • All (Minimal plus ...):

    • bowtie2
    • samtools
    • subread
    • readxplorer-cli
    • fastqc
    • multiqc
    • Python packages
      • pandas
      • xlsxwriter
    • R
      • DESeq2
      • ggplot2
      • reshape2
      • pheatmap

Typo: Ressources [REPLACEMENT ISSUE]

The original issue

Id: 34
Title: Typo: Ressources

could not be created.
This is a dummy issue, replacing the original one. It contains everything but the original issue description. In case the gitlab repository is still existing, visit the following link to show the original issue:

TODO

Added functionality to gather the versions of used tools provided via conda. - [merged]

In GitLab by @cblume on Oct 24, 2019, 09:57

Merges conda_versions -> development

Wie besprochen:
Die Datei snakefiles/misc/parse_versions enthält eine Snakemake-Rule. Diese wird, zusammen mit den anderen Subworkflows, innerhalb von curare.py in die Datei Snakefile kopiert.
Diese Rule führt das Skript dge_pipeline/lib/parse_versions.py aus (welches im Laufe des Workflows nach output_dir/snakemake_lib/global_scripts kopiert wird). Dieses Skript ordnet, mittels Kommentaren mit den Modulnamen in den jeweiligen Environment-YAML-Dateien (<module>/lib/conda_env.yaml), die gehashten Environments den Modulen zu. Danach wird zu jedem Modul die Datei output_dir/.snakemake/conda/<environment_hash>/conda-meta/history geparsed und die primären und sekundären Abhängigkeiten, gruppiert nach Modul, in versions.yaml geschrieben. Diese Datei wird letztendlich unter output_dir/.report/ abgelegt.

DESeq2 summary table

In GitLab by @rmueller on Jan 21, 2020, 11:02

Die DESeq2 summary table muss überarbeitet werden. Zur Zeit filtert sie automatisch nach einem im Skript deklarierten Cutoff. Die einzelnen Schritte sollten auseinanderge"friemelt" werden. Des Weiteren soll nicht nur die gefilterte Summary table erstellt werden, sondern auch eine mit allen Features.

[DESeq2] Changing colors in featCount assignment plot [REPLACEMENT ISSUE]

The original issue

Id: 25
Title: [DESeq2] Changing colors in featCount assignment plot

could not be created.
This is a dummy issue, replacing the original one. It contains everything but the original issue description. In case the gitlab repository is still existing, visit the following link to show the original issue:

TODO

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.