https://github.com/mfcovington/link_test
https://github.com/mfcovington/link_test
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mfcovington/link_test
- Owner: mfcovington
- Created: 2013-01-05T02:05:56.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-25T22:23:41.000Z (over 13 years ago)
- Last Synced: 2025-10-04T16:48:07.653Z (10 months ago)
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing links to other files in Github repo
```R
setwd("sample_files/output/")
expt.name <- "demo"
file.name <- "log_barcodes_observed.fq_sequences.bar_barcode.list.tsv"
barcode_plot(file.name, expt.name)
```
```bash
./barcode_split_trim.pl \
--barcode sample_files/barcode.list \
--list \
--outdir sample_files/output \
sample_files/sequences.fq
```
./barcode_split_trim.pl \
--barcode sample_files/barcode.list \
--list \
--outdir sample_files/output \
sample_files/sequences.fq
[file_a](file://folder_1/linked_file_a)
[file_a absolute link](https://github.com/mfcovington/link_test/blob/master/folder_1/linked_file_a)
[file_a absolute link - raw path](https://raw.github.com/mfcovington/link_test/master/folder_1/linked_file_a)
[link to image](https://github.com/mfcovington/link_test/blob/master/folder_1/demo.barcodes.png)


[link to folder](https://github.com/mfcovington/link_test/blob/master/folder_1/)



