Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pages/code/repo_traffic.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ queries:
- code/clone_view_counts.sql
---

Every time a nextflow user pulls an nf-core pipeline, the repository is cloned. Here we can track how much that happens across all nf-core repositories. Please note that these numbers come with some caveats [ see more ].
Every time a nextflow user pulls an nf-core pipeline, the repository is cloned. Here we can track how much that happens across all nf-core repositories. Please note that these numbers come with some caveats (GitHub traffic data has a 14-day retention period and may not capture all traffic).

Additionally, GitHub tracks how many times people view repository web pages on github.com.

Expand All @@ -21,6 +21,7 @@ select * from nfcore_db.repo_traffic_leaderboard
data={repo_traffic_leaderboard}
search=true
wrapTitles=true
totalRow=true
defaultSort={[{ id: 'total_views', desc: true }]}
>
<Column id="repository_link" title="Repository" align="left" contentType=link linkLabel=repository />
Expand Down