Here, you can find some scripts and documentation to help you with different process:
- Git command git_command.md
- Update of R without loss of your installed packages Re_Install_R.R
- R parser parser.R
- Automatic download of SRA files LoadSRAv2.sh
- Merge of fastq files mergeFastq.sh
- IFB core cluster use IFB_cluster.md
- Bioconda recipes Adding_Bioconda_recipes.md
- Ubuntu WSL documentation for windows 10 ubuntu-in-windows-10-help.sh
All these informations are provided as is, without garanty.
LICENSE terms are in agreement with GNUv3 License.
See: https://www.fsf.org/
There are two solutions:
- Rsync: unilateral transfer between computer and other (hosted on conda)
- Unison: bilateral transfer between computer and other (not hosted on conda)
Usage: ''' rsync -r path/source path/destination '''
Run rsync with the -n switch to see what what would be transferred without copying data. Adding -q will suppress regular output, only displaying files that could not be transferred.
If you have some request, don't hesitate to contact me.
Enjoy.