Coder Social home page Coder Social logo

kids-first / kf-rnaseq-workflow Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 8.0 1.31 MB

:microscope: RNA-Seq workflow for Kids-First DRC

License: Apache License 2.0

Common Workflow Language 97.32% R 1.25% Python 1.22% Shell 0.21%
bioinformatics cwl drc-harmonization

kf-rnaseq-workflow's People

Contributors

bmennis avatar dmiller15 avatar haoxuan-jin avatar jharenza avatar kgaonkar6 avatar migbro avatar sickler-alex avatar yuankunzhu avatar zoomzoom1011 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

kf-rnaseq-workflow's Issues

ID clashes for arriba and kallisto

There are a couple of tools where the IDs clash, for example:

arriba_draw_fusion.cwl and arriba_fusion.cwl

kallisto_calc_expression.cwl and kallisto_calc_expression_with_fusion.cwl

Suggested fix:

diff --git a/tools/arriba_draw_fusion.cwl b/tools/arriba_draw_fusion.cwl
index faf1dcf..39d6da1 100644
--- a/tools/arriba_draw_fusion.cwl
+++ b/tools/arriba_draw_fusion.cwl
@@ -1,6 +1,6 @@
 cwlVersion: v1.0
 class: CommandLineTool
-id: arriba_fusion
+id: arriba_draw_fusion
 requirements:
   - class: ShellCommandRequirement
   - class: DockerRequirement
diff --git a/tools/kallisto_calc_expression_with_fusion.cwl b/tools/kallisto_calc_expression_with_fusion.cwl
index b6860ed..a7ccf72 100644
--- a/tools/kallisto_calc_expression_with_fusion.cwl
+++ b/tools/kallisto_calc_expression_with_fusion.cwl
@@ -1,6 +1,6 @@
 cwlVersion: v1.0
 class: CommandLineTool
-id: kallisto
+id: kallisto_with_fusion
 requirements:
   - class: ShellCommandRequirement
   - class: DockerRequirement

add link to references to WFs

I did not check all, but specifically, this wf does not have links to the reference files, except for the fusion reference.

GRCh38_v27_CTAT_lib_Feb092018.plug-n-play.tar.gz is no longer available

Hi, we are trying to use your pipeline and encountered a problem while trying to download GRCh38_v27_CTAT_lib_Feb092018.plug-n-play.tar.gz from broad. This file is no longer available (they provide only source data for this genecode version: https://data.broadinstitute.org/Trinity/CTAT_RESOURCE_LIB/__genome_libs_StarFv1.3/). Would you recommend to upgrade the genecode version for all input data? Or maybe you could provide a copy of GRCh38_v27_CTAT_lib_Feb092018.plug-n-play.tar.gz file if it is still available on your server?
Thanks!

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.