Coder Social home page Coder Social logo

Comments (3)

AstrobioMike avatar AstrobioMike commented on July 18, 2024 1

Hi there!

Sorry you've been messing with this trying to figure it out! It is messed up. Each one of those holds ALL of the samples mixed together. So you can just pull any one of them, and then demultiplex that one into all the samples. The biosample data holds the barcodes for each individual sample, e.g. blank-4 is GAGTTGAG. I screwed up uploading this, was my first time :) I tried to sort it out a while back and gave up. You can get them all in a file from that page like so:

image

Then some bash magic will turn that into a cleaner mapping file, here's one kinda ugly example if you're newer to that side of things :)

paste <(grep "Identifiers" biosample_result.txt | cut -f 4 -d ":" | cut -f 1 -d ";" | cut -c 2-) <(grep "barcode" biosample_result.txt | sed 's/^.*=//' | tr -d '"') | tr -d '*' > map.tsv

from astrobiomike.github.io.

AstrobioMike avatar AstrobioMike commented on July 18, 2024

Actually you look pretty comfortable with bash already, so forget all that and just take the apology for the annoying archived data :/

from astrobiomike.github.io.

matrs avatar matrs commented on July 18, 2024

I see, I was thinking about the size of each archive, I don't have much experience with amplicon data obviously but I had seen way smaller archives before. I downloaded the files using cli clients and as soon as i got them I run cutadapt and other few steps so I didn't catch this "detail". It seems that with databases and everything on the internet is the same, once you uploaded something, you cannot do a single thing to erase it ;].
Thanks for your very quick answer and for the free quality content you put on your website.

from astrobiomike.github.io.

Related Issues (20)

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.