Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Terminal fragment selector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
zavolan_group
tools
Terminal fragment selector
Merge requests
!57
Readme more
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Readme more
readme_more
into
main
Overview
0
Commits
3
Pipelines
1
Changes
1
Merged
Hugo Madge Leon
requested to merge
readme_more
into
main
2 years ago
Overview
0
Commits
3
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
ae4d3293
Prev
Next
Show latest version
1 file
+
10
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ae4d3293
changes to README
· ae4d3293
Hugo Madge Leon
authored
2 years ago
README.md
+
10
−
4
Options
@@ -11,10 +11,16 @@ As a whole project, we implemented a procedure for sampling reads from mRNA sequ
# Usage
Input:
-
fasta_file
-
counts_file
-
sep
CLI arguments:
-
fasta (required): Path to FASTA file with cDNA sequences
-
counts (required): Path to CSV/TSV file with sequence counts
-
output (required): Output file path
-
mean: Mean fragment length (default: 300)
-
std: Standard deviation fragment length (default: 60)
-
size: Chunk size for batch processing (default: 10000)
-
sep: Sequence counts file separator (default: ",")
"""Takes as input FASTA file of cDNA sequences, a CSV/TSV with sequence counts, and mean and std. dev. of fragment lengths. Outputs most terminal fragment (within desired length range) for each sequence."""
Output:
Loading