Timeline for Removing number after decimal point
Current License: CC BY-SA 4.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 21, 2024 at 0:39 | answer | added | jubilatious1 | timeline score: 0 | |
| Apr 18, 2024 at 17:27 | history | edited | Kusalananda♦ | CC BY-SA 4.0 |
Small fixes to title
|
| Jan 3, 2020 at 19:12 | history | edited | Kusalananda♦ |
edited tags
|
|
| Jan 3, 2020 at 19:09 | vote | accept | user1738234 | ||
| Jan 3, 2020 at 19:03 | comment | added | Kusalananda♦ | @Jesse_b If they are all human transcript IDs, yes. If the list contains data from another species, then the identifier (before the dot) may be longer depending on the specie's name. | |
| Jan 3, 2020 at 19:00 | answer | added | Kusalananda♦ | timeline score: 6 | |
| Jan 3, 2020 at 18:55 | answer | added | jesse_b | timeline score: 1 | |
| Jan 3, 2020 at 18:43 | comment | added | jesse_b | Does every line have decimals in the exact same place? | |
| Jan 3, 2020 at 18:37 | comment | added | steeldriver |
When you use [.] as the field separator, $2 is the decimal part that you want to remove - so just print $1"\t"$3
|
|
| Jan 3, 2020 at 18:32 | history | edited | jesse_b | CC BY-SA 4.0 |
added 11 characters in body
|
| Jan 3, 2020 at 18:29 | history | asked | user1738234 | CC BY-SA 4.0 |