An open API service for producing an overview of a list of open source projects.

https://github.com/angelovangel/faster

bioinformatics fastq-files fastqc ngs rust

Score: 4.624972813284272

Last synced: about 10 hours ago
JSON representation

Repository metadata:

A (very) fast program for getting statistics about a fastq file, the way I need them, written in Rust


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 75
Total Committers: 3
Avg Commits per committer: 25.0
Development Distribution Score (DDS): 0.027

Commits in past year: 8
Committers in past year: 1
Avg Commits per committer in past year: 8.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Angel Angelov a****o@g****m 73
Angel Angelov a****v@a****p 1
Angel Angelov 1

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 5
Total pull requests: 1
Average time to close issues: 3 days
Average time to close pull requests: less than a minute
Total issue authors: 3
Total pull request authors: 1
Average comments per issue: 1.4
Average comments per pull request: 0.0
Merged pull request: 1
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/angelovangel/faster

Top Issue Authors

  • jodjo86 (2)
  • angelovangel (2)
  • AlcaArctica (1)

Top Pull Request Authors

  • angelovangel (1)

Top Issue Labels

Top Pull Request Labels


Dependencies

Cargo.lock cargo
  • adler 0.2.3
  • aho-corasick 0.7.14
  • ansi_term 0.11.0
  • approx 0.3.2
  • array-macro 1.0.5
  • assert_cmd 0.10.2
  • atty 0.2.14
  • autocfg 1.0.1
  • bio 0.32.0
  • bio-types 0.7.0
  • bit-set 0.5.2
  • bit-vec 0.6.2
  • bitflags 1.2.1
  • bstr 0.2.14
  • bv 0.11.1
  • bytecount 0.6.0
  • byteorder 1.3.4
  • cfg-if 0.1.10
  • cfg-if 1.0.0
  • clap 2.33.3
  • crc32fast 1.2.1
  • csv 1.1.3
  • csv-core 0.1.10
  • custom_derive 0.1.7
  • derive-new 0.5.8
  • difference 2.0.0
  • doc-comment 0.3.3
  • either 1.6.1
  • enum-map 0.6.4
  • enum-map-derive 0.4.6
  • escargot 0.3.1
  • feature-probe 0.1.1
  • fixedbitset 0.2.0
  • flate2 1.0.18
  • float-cmp 0.8.0
  • fnv 1.0.7
  • fxhash 0.2.1
  • getrandom 0.1.15
  • getset 0.0.9
  • hashbrown 0.9.1
  • heck 0.3.1
  • hermit-abi 0.1.17
  • indexmap 1.6.0
  • itertools 0.9.0
  • itertools-num 0.1.3
  • itoa 0.4.6
  • lazy_static 1.4.0
  • libc 0.2.80
  • matrixmultiply 0.2.3
  • memchr 2.3.4
  • miniz_oxide 0.4.3
  • multimap 0.8.2
  • ndarray 0.13.1
  • newtype_derive 0.1.6
  • normalize-line-endings 0.3.0
  • num-complex 0.2.4
  • num-integer 0.1.44
  • num-traits 0.2.14
  • ordered-float 1.1.0
  • petgraph 0.5.1
  • ppv-lite86 0.2.9
  • predicates 1.0.8
  • predicates-core 1.0.2
  • predicates-tree 1.0.4
  • proc-macro2 1.0.24
  • quick-error 1.2.3
  • quote 1.0.7
  • rand 0.7.3
  • rand_chacha 0.2.2
  • rand_core 0.5.1
  • rand_hc 0.2.0
  • rawpointer 0.2.1
  • regex 1.4.1
  • regex-automata 0.1.9
  • regex-syntax 0.6.20
  • rustc_version 0.1.7
  • ryu 1.0.5
  • semver 0.1.20
  • serde 1.0.117
  • serde_derive 1.0.117
  • serde_json 1.0.72
  • snafu 0.6.9
  • snafu-derive 0.6.9
  • statrs 0.12.0
  • strsim 0.8.0
  • strum 0.18.0
  • strum_macros 0.18.0
  • syn 1.0.48
  • termtree 0.2.3
  • textwrap 0.11.0
  • thread_local 1.0.1
  • triple_accel 0.3.4
  • unicode-segmentation 1.6.0
  • unicode-width 0.1.8
  • unicode-xid 0.2.1
  • vec_map 0.8.2
  • wasi 0.9.0+wasi-snapshot-preview1
  • winapi 0.3.9
  • winapi-i686-pc-windows-gnu 0.4.0
  • winapi-x86_64-pc-windows-gnu 0.4.0
Cargo.toml cargo
  • assert_cmd 0.10 development
  • predicates 1.0 development
  • bio *
  • clap ~2.33.3
  • flate2 1.0.18
  • rand 0.7.3
  • regex 1
.github/workflows/rust.yml actions
  • actions/checkout v2 composite