multiple ch pages: remove trailing whitespace

This commit is contained in:
Schneider
2020-03-11 13:34:01 -03:00
committed by Starbeamrainbowlabs
parent 0db9fc04c7
commit 310c1e1f76
29 changed files with 38 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
# bedtools
> 유전자 분석 작업을 위한 도구의 swiss-army knife. BAM, BED, GFF/GTF, VCF 형식으로 데이터를 교차, 그룹화, 변환 및 카운트하는 데 사용.
> 유전자 분석 작업을 위한 도구의 swiss-army knife. BAM, BED, GFF/GTF, VCF 형식으로 데이터를 교차, 그룹화, 변환 및 카운트하는 데 사용.
> 자세한 정보: <https://bedtools.readthedocs.io/en/latest/>.
- sequence의 strand를 기준으로 두개의 파일을 교차하고 결과를 {{path/to/output_file}}의 경로에 저장:
@@ -25,4 +25,4 @@
- {{file_2}}.bed와 가장 가까운 {{file_1}}.bed에서의 모든 기능을 찾고,그들의 거리와 추가 열을 기록 (입력 파일 정렬 필요):
`bedtools closest -a {{path/to/file_1}}.bed -b {{path/to/file_2}}.bed -d`
`bedtools closest -a {{path/to/file_1}}.bed -b {{path/to/file_2}}.bed -d`