Skip to content

Commit

Permalink
Merge pull request #52 from UMCUGenetics/release/v1.9.1
Browse files Browse the repository at this point in the history
Release/v1.9.1
  • Loading branch information
melferink authored Oct 4, 2024
2 parents 52876e7 + fce243f commit 8104f41
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SNPArray/CytoSNP-850Kv1-4_iScan_B1.bed
Git LFS file not shown
3 changes: 3 additions & 0 deletions SNPArray/CytoSNP-850Kv1-4_iScan_B1.interval_list
Git LFS file not shown
1 change: 1 addition & 0 deletions SNPArray/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ Requirements: dictionary from reference genome (same hg version), i.e. Homo_sap
```
cat {inputfile.bed} | grep -v track | awk '{OFS="\t" ;print $1,$2+1,$3,"+",$4}' |cat {reference genome dictionary} - > {outputfile.interval_list}
```
Note: in case of chr1 vs 1 issues include "| sed 's/^chr//g'"

Note: (manually) remove chromosome(s) in the header if not used in the original BED file

0 comments on commit 8104f41

Please sign in to comment.