lambdamoses, to bioinformatics
@lambdamoses@fosstodon.org avatar

Bioinformaticians: If you see an R package in bioinformatics that is in CRAN instead of Bioconductor, does this raise a bit of suspicion? Why or why not?

tyx, to bioinformatics

The most annoying things in data analysis:

  • R package/lib hell
  • basic Python API instability
  • conda solving envos for hours
  • lustre (all about it)
  • each R package having it's own class for genetic/trees/geospatial data storage.

I have freaking bingo of hitting all of them today at once.

Are there any I missed?

#rstats #conda #lustre #dllHell #PackageHell #DependencyHell
#geospatial #bioinformatics #hpc

devSJR, to bioinformatics
@devSJR@fosstodon.org avatar

Occasionally, I think about how to work effectively with . Currently, I am teaching my courses with again. I try to do most of it with packages from the base installation. is an exception. But otherwise, I like to use (very fast) instead of .
But there are more approaches, which are often simpler/faster/stable:

janeadams, to linux
@janeadams@vis.social avatar

This is a hilarious* way to start a class mostly full of bio grads who are just starting to dip their toes into programming 🥴

*terrifying, deeply alienating

#linux #gradschool #bioinformatics #phd #mac #computerscience

Elendol, to bioinformatics
@Elendol@hachyderm.io avatar

Is anyone using a self-hosted Zotero server? Is it possible?

The few projects I found are no longer maintained. And my impression from questions on the Zotero github issues is that this is not their priority at all.

janeadams, to bioinformatics
@janeadams@vis.social avatar

I've been accepted to Northeastern University for graduate school.... again! 😅 As I continue my #PhD in Computer Science, I'll also be taking courses in pursuit of a Graduate Certificate in #Bioinformatics, concurrent to my computer science dissertation on #datavisualization tools for high-dimensional data exploration. Super excited to see where this next chapter leads!

necrosis, to science German
@necrosis@chaos.social avatar

Leute. Ich hab sooooooooooo was geiles entdeckt.

Kennt ihr schon https://www.olivetin.app/ ?

Damit kann man Tools eine verpassen. 😍

Ok, das würde sich auch mit von umsetzen lassen. Aber dennoch.

Für unsere Beschäftigten, die eher Windows gewohnt sind kann ich so Shell Tools leichter zugänglich machen. Das ist so toll. 😍

Für sicher auch einen Blick wert. :3


janeadams, to Futurology
@janeadams@vis.social avatar

Anyone work at a company they like that's hiring interns for summer 2024? Interested in roles related to

I'm a third year PhD student in Computer Science at an R1 university (completed MS coursework), and a dual citizen USA/EU :) Thanks for boosting!

computingnature, to bioinformatics
@computingnature@neuromatch.social avatar
thatdnaguy, to bioinformatics
@thatdnaguy@genomic.social avatar

Uni cluster runs using Docker images, so I have snakemake setup to specify the images appropriately dispatching jobs.

But I'm switch back and forth between our Linux servers and the cluster. Aiming to run jobs on our servers using the same images to avoid version conflicts and unexpected behavior.

Anyone using snakemake with dockerhub images on a standard Linux server? The docs aren't clear on compatibility and how to set it up so far.

MrHedmad, to random
@MrHedmad@genomic.social avatar

Do you use Continuous Integration in your #bioinformatics or #datascience projects or know of projects that do? If so, can you provide the link to the example? If not, why? Do you feel it would take too much time?

MrHedmad, to bioinformatics
@MrHedmad@genomic.social avatar

I need to create a very simple GUI application that boils down to basically an HTML form but local.

Any suggestions on what to use to make it? I'm familiar with Python but I want to make it as portable and as cross platform as possible. A Web application would be perfect but I have absolutely no knowledge about making websites, and I don't want a hosted solution.

Any tips?

thatdnaguy, to linux
@thatdnaguy@genomic.social avatar

If you work on the command-line in Linux a lot, find + exec is your friend.

"I have many copies of MYFILE because my project got sloppy over time. Are they different?"

find . -type f -readable -name "MYFILE*" -exec md5sum {} ;

Also handy for if temporary files get out of control and rm chokes.

find . -type f -readable -name "*.temp" -exec rm {} ;




necrosis, to webdev German
@necrosis@chaos.social avatar

Ich erstelle für meine Chefin gerade eine Analyse der differentiell exprimierten Gen (DGE).

Dabei schicke ich ihr Listen und Plots als #HTML Datei.

Überlege gerade, wenn sie mit der Maus auf ein Gen geht, zusätzlich eine Hoverbox einzublenden a la

"Sie haben sich kürzlich Gen X angesehen, vielleicht interessieren Sie sich auch für Gen Y2, Gen Y3 und GenZ4?"

Halt so eine künstliche Aufdringlichkeit. 😅 :awesome:

#Bioinformatics #DGE

zkamvar, to pdx
@zkamvar@hachyderm.io avatar

I'm looking for a new job (remote or ), please boost!

I am a research software engineer with 11 years experience developing interdisciplinary scientific software that is robust, , and user-friendly.

I have experience in population genetics, , , and . My main language is , but I can also speak , , , #C, , etc.

The following thread describes why you want me on your team

1/

gpollara, (edited ) to academicchatter
@gpollara@med-mastodon.com avatar

So many good points in this piece by
@PhilippBayer

My highlight in this screenshot (#science delivery & success is a TEAM effort!), but if you're vaguely involved in #academia +/- #bioinformatics, do have a read and think how it all may apply to you. #academicchatter @academicchatter
https://genomic.social/@PhilippBayer/110644840476993836

sotneStatue, to bioinformatics
@sotneStatue@fosstodon.org avatar

Today I'll be using #R for RNAseq analysis for the first time, wish me luck

Elendol, to random
@Elendol@hachyderm.io avatar

Got into into a combination nightmare today doing peptide search without any enzyme cleavage site and a massive fasta file. Oops. I am going to need to find the sweetspot...

Elendol, to bioinformatics
@Elendol@hachyderm.io avatar

I know some vendors of mass spectrometers who could learn a lesson or 2 from ONT. Open source software running on all platforms, wow...

Elendol, to bioinformatics
@Elendol@hachyderm.io avatar

One thing I want to try is to store ms data in a database. It would be neat to have a schema/protocol based on MsBackendSql (https://rformassspectrometry.github.io/MsBackendSql/articles/MsBackendSql.htm) to use it from different programming languages.

#bioinformatics #teammassspec #rstats #rformassspectrometry

ChristosArgyrop, to Perl
@ChristosArgyrop@mstdn.science avatar

This is an important development if you are into string processing e.g. for #sequencing #bioinformatics, text, web and social media mining.

https://arxiv.org/abs/2106.12725

What about a nice #perl implementation?

@Perl

nmronline, to bioinformatics
@nmronline@mstdn.science avatar
Elendol, to rust
@Elendol@hachyderm.io avatar

The more I use Skyline for #proteomics / #peptidomics the more I want to build a simpler alternative. Mostly just as a finder/viewer, without the parts doing statistics. Something like that.

I also really want to build something to extract and store thousands of spectra from tons of DDA and peptide search results. 🤔

#bioinformatics #teammassspec #rustlang

MelBioInf, to bioinformatics
@MelBioInf@genomic.social avatar

We are hiring! Melbourne Bioinformatics is expanding our team by recruiting into three new positions. This is your chance to become part of a dynamic team of expert bioinformaticians who are at the forefront of Australian training, outreach, and research.

All three roles are full-time, continuing positions based at the University of Melbourne's Parkville campus. Applications close 15 May 2024. For more information, including application instructions, follow the links below.

bffo, to bioinformatics
@bffo@mastodon.social avatar

Remembering the first Canadian Workshop: … we used to use mouse pads back then! This was a useful one for those didn’t know their standard genetic code by heart

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • tacticalgear
  • khanakhh
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • everett
  • ngwrru68w68
  • Durango
  • megavids
  • InstantRegret
  • cubers
  • GTA5RPClips
  • cisconetworking
  • ethstaker
  • osvaldo12
  • modclub
  • normalnudes
  • provamag3
  • tester
  • anitta
  • Leos
  • lostlight
  • All magazines