Giter VIP home page Giter VIP logo

galaxy-neurolincs's People

Contributors

alexlenail avatar bgruening avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

galaxy-neurolincs's Issues

Export tools includes Galaxy prefix

Exported files look like this:

100_iCTR0465_diMN32_rep2.bed
101_iCTR0594_diMN32_rep1.bed
102_iCTR0594_diMN32_rep2.bed
103_iCTR0702_diMN32_rep1.bed
104_iCTR0702_diMN32_rep2.bed
71_iALS0BUU_diMN32_rep1.bed
72_iALS0BUU_diMN32_rep2.bed
73_iALS0LPK_diMN32_rep1.bed
74_iALS0LPK_diMN32_rep2.bed

Ideally they'd look like this:

‘100_iCTR0465_diMN32_rep2.bed’ -> ‘iCTR0465_diMN32_rep2.bed’
‘101_iCTR0594_diMN32_rep1.bed’ -> ‘iCTR0594_diMN32_rep1.bed’
‘102_iCTR0594_diMN32_rep2.bed’ -> ‘iCTR0594_diMN32_rep2.bed’
‘103_iCTR0702_diMN32_rep1.bed’ -> ‘iCTR0702_diMN32_rep1.bed’
‘104_iCTR0702_diMN32_rep2.bed’ -> ‘iCTR0702_diMN32_rep2.bed’
‘71_iALS0BUU_diMN32_rep1.bed’ -> ‘iALS0BUU_diMN32_rep1.bed’
‘72_iALS0BUU_diMN32_rep2.bed’ -> ‘iALS0BUU_diMN32_rep2.bed’
‘73_iALS0LPK_diMN32_rep1.bed’ -> ‘iALS0LPK_diMN32_rep1.bed’
‘74_iALS0LPK_diMN32_rep2.bed’ -> ‘iALS0LPK_diMN32_rep2.bed’

I'm using this bash one-liner:

for i in *; do mv "$i" "${i#*_}"; done

Could you incorporate this to run automatically in the tool? ty

Downloaded collection gives error when expanded

I'm not sure if this is a Galaxy issue or something on my end.

Trying to download from Protocol Selection (diMN18) - ATAC Pipeline collection 156: bamCoverage on collection 131. I get this error when I double-click expand:

image

And this error when I go through command line:

> tar -xvzf 156_\ bamCoverage\ on\ collection\ 131.tgz
x bamCoverage on collection 131/iALS0BUU_diMN18_rep1.bigwig
x bamCoverage on collection 131/iALS0LPK_diMN18_rep1.bigwig
x bamCoverage on collection 131/iALS6ZLD_diMN18_rep1.bigwig
x bamCoverage on collection 131/iALS7VCZ_diMN18_rep1.bigwig
x bamCoverage on collection 131/iALS29_diMN18_rep1.bigwig
x bamCoverage on collection 131/iALS29_ISO_diMN18_rep1.bigwig: (Empty error message)
tar: Error exit delayed from previous errors.

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.