Mercurial > repos > iuc > ucsc_mafcoverage
diff test-data/malformed.maf @ 0:2b1884fdb849 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit fe43201294560762b7aab73785df2f1f7828cb9e
| author | iuc |
|---|---|
| date | Thu, 14 Aug 2025 11:59:27 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/malformed.maf Thu Aug 14 11:59:27 2025 +0000 @@ -0,0 +1,32 @@ +##maf version=1 scoring=example +a score=1000.0 +s human.chr1 100 10 + 1000 ACGTACGTAC +s mouse.chr1 200 10 + 2000 ACGTACGTAC +s dog.chr1 300 10 + 3000 ACGTACGTAC + +a score=500.0 +s human.chr2 150 5 + 1000 ACGTA +s mouse.chr2 250 5 + 2000 ACGT- + +a score=200.0 +s human.chr3 200 15 + 1000 ACGTACGTACGTACG +s cat.chr3 350 15 + 4000 ACGTACGTACGTACG +s dog.chr3 450 15 + 5000 ACGTACGTACGTACG +s rat.chr3 550 15 + 6000 ACGTACGTACGTACG + +a score=50.0 +s human.chr4 110 10 + 1000 ACGTACGTAC +s mouse.chr4 210 10 + 2000 ACGTACGTAC + +a score=3000.0 +s human.chr5 105 10 + 1000 ACGTACGTAC +s mouse.chr5 205 10 + 2000 ACGTACGTAC +s dog.chr5 305 10 + 3000 ACGTACGTAC +s cat.chr5 405 10 + 4000 ACGTACGTAC +s rat.chr5 505 10 + 5000 ACGTACGTAC +s cow.chr5 605 10 + 6000 ACGTACGTAC + +a score=600.0 +s human.chr6 100 10 + 1000 ACGTACGTAC +s mouse.chr6 200 10 + 2000 ACGTACGTAC +s dog.chr6 \ No newline at end of file
