Giter VIP home page Giter VIP logo

cbrain-plugins-genetics's People

Contributors

natacha-beck avatar prioux avatar xlecours avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cbrain-plugins-genetics's Issues

Outputs of CellRangerCount seem to contain duplicated files in an archive

CellRangerCount seems to create a folder with a bunch of files.

Inside that folder there is a .tgz archive that contain a duplication of the files already in that folder. That TAR file contains most, but not all of the files in the output folder.

This should be cleaned up. Either:

  1. the tar file is completely redundant and should be removed before saving the output folder or
  2. the tar file is supposed to be the final product (with a few less files) and we shouldn't even attempt to save the output folder.

How to check as a CBRAIN developer:

a) cd to the root of a finished CellRangerCount task
b) create the list of files in the output dir:

find cellranger_count_res -type f | sort >/tmp/listfiles  # adjust name of folder

c) create the list of files in the .tgz archive

tar -tzf cellranger_count_res/cellranger_count_res.mri.tgz | sort >/tmp/archfiles

d) Compare them with diff, or csdiff:

diff /tmp/listfiles /tmp/archfiles

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.