labBioinfo / labBioinfo/workflow
Add a script to easily download files from the server to your local machine
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Essentially a script that replicates scp functionality without all the clutter. This should allow users to easily download their reports and working directories once the workflow scripts are done working. For now, here's a template for downloading files from your local machine's terminal (NOT connected through SSH):
scp USER@labbioinfo.ddns.net:PATH OUTPUT_FILE_NAME
USER is one of the currently existing users, preferably the one owner of the dir you'll be downloading stuff from, otherwise you might need to sudo the command.
PATH is the path to the file you want to download.
OUTPUT_FILE_NAME is the path to store the file in your local machine.
For example, the following would download the test.txt file in pedro's home directory to a test.txt file in your machine, if such a file exists on the server:
scp pedro@labbioinfo.ddns.net:/home/pedro/test.txt test.txt
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing workflow scripts and the scp template in this issue to determine where a download script belongs and how reports and working directories are exposed. No repository file or test is named, so confirm the expected command interface and server-side paths before implementation; done means users can download those outputs from their local terminal.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100