perl-for-reysenbach-lab VS dotfiles

Compare perl-for-reysenbach-lab vs dotfiles and see what are their differences.

perl-for-reysenbach-lab

These are perl scripts I developed over many years as a Bioinformaticist for the Reysenbach Lab at PSU. The Reysenbach Lab studies microbial diversity in extreme environments. Lotta fasta utilities here if you are into that sort of thing. (by jmeneghin)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
perl-for-reysenbach-lab dotfiles
3 5
3 1
- -
10.0 7.9
over 1 year ago about 2 months ago
Perl Shell
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

perl-for-reysenbach-lab

Posts with mentions or reviews of perl-for-reysenbach-lab. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-15.
  • Faster tetranucleotide (k-mer) frequencies!
    4 projects | dev.to | 15 Mar 2024
    I saw Jennifer's post about re-writing her perl scripts in python and how she saw a 2.5 times improvement.
  • Calculating tetranucleotide (k-mer) frequencies
    2 projects | dev.to | 1 Sep 2022
    In 2016 I wrote a Perl script for the Reysenbach lab that calculates k-mer frequencies, for all k-mers in a given sequence. It was made public soon after, and you can find get_kmer_frequencies.pl on my Github page.
  • Get GC Content
    1 project | dev.to | 24 Aug 2022
    I wrote a Perl script that calculates GC content for all the sequences in a fasta file back in 2010 for the Reysenbach Lab, and it was made publicly available soon after. You can find get_gc_content.pl on GitHub (https://github.com/jmeneghin/perl-for-reysenbach-lab)

dotfiles

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-14.
  • Why Automate?
    1 project | dev.to | 30 Apr 2024
    Folks enjoy citing XKCD 1205 in automation discussions because it does a great job illustrating the opportunity time cost of automation. The time spent to code a new solution for an already solved problem doesn't help solve business goals until after the investment pays off.
  • I setup my terminal for max productivity
    2 projects | news.ycombinator.com | 14 Apr 2024
    as framed in the introduction of this article, https://xkcd.com/1205 is hard to ignore whenever i'm spending time configuring a tool in the name of "productivity"

    but i just got nushell properly set up and i've realised that the table doesn't capture the whole dynamic: there's more to work than time trade-offs when new tools enable entirely new types of tasks.

    nushell makes working with structured data fun and so i've started benchmarking my code and quickly doing performance analysis - something i was rarely doing before.

    you can still ultimately reduce this down to time saved, i suppose, but as a person who's generally skeptical of terminal tweaking as procrastination in disguise, i can highly recommend giving nushell a go.

  • Blog Posts, Sorted by Sleep
    1 project | news.ycombinator.com | 7 Apr 2024
    I believe most of us sleep fewer than 3 times per day, so writing down times and doing a few subtractions and a little data entry once a week should be under 1 min/day to have everything digitised. (that said, https://xkcd.com/1205/ suggests it'd be worth spending up to 21 hours to fully automate)
  • Faster tetranucleotide (k-mer) frequencies!
    4 projects | dev.to | 15 Mar 2024
    There are no more obvious or easy gains here. Any more work is likely to yield small returns. Go outside, have a life or at the least consult the relevant chart.
  • Apple built iCloud to store billions of databases
    2 projects | news.ycombinator.com | 17 Jan 2024
    It isn't as polished as whatever first-party solution Apple has the potential to develop, but I just use OneDrive to restore my personal data + chezmoi to reprovision my dotfiles and it works pretty well.

    About every six months I do a fire drill and completely factory reset my macbook. Takes about 20 minutes (with only 5 minutes of actual keyboard attention required) for me to go from a fresh device to one that has all my apps and developer tools ready to roll.

    https://github.com/eh8/dotfiles

What are some alternatives?

When comparing perl-for-reysenbach-lab and dotfiles you can also consider the following projects:

faster-perl-for-reysenbach - Tracks the progress of making old Perl scripts faster and more maintainable. Working from Meneghin's perl-for-reysenbach-lab repository of bioinformatics scripts.